home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / Puzzle / allout.swf / scripts / DefineButton2_56 / BUTTONCONDACTION on(press).as next >
Text File  |  2006-05-29  |  170b  |  10 lines

  1. on(press){
  2.    if(_parent.holestats == 0)
  3.    {
  4.       gotoAndPlay(15);
  5.       next = true;
  6.       buttonpause.dir = "next";
  7.       buttonpause.gotoAndPlay(2);
  8.    }
  9. }
  10.